home *** CD-ROM | disk | FTP | other *** search
/ Will We Miss Them? / Will We Miss Them (1995)(Laser Resources)(en-es)[Mac-PC].iso / pc / dialogs.dlg < prev    next >
Text File  |  1995-07-03  |  18KB  |  376 lines

  1. DLGINCLUDE RCDATA DISCARDABLE
  2. BEGIN
  3.     "DIALOGS.H\0"
  4. END
  5.  
  6. MODELESS DIALOG 71, 36, 216, 132
  7. STYLE WS_CHILD | WS_CLIPSIBLINGS | WS_DLGFRAME
  8. FONT 8, "Helv"
  9. BEGIN
  10.     LTEXT           "This is a sample Modeless Dialog template to be used with FModelessDlgProc.", 
  11.                     -1, 47, 6, 157, 34, SS_NOPREFIX
  12.     LTEXT           "Use the Windows Dialog Editor to modify this template for your application.", 
  13.                     1001, 9, 42, 200, 84
  14.     ICON            IDC_SETUP, IDC_SETUP, 9, 7, 18, 20
  15. END
  16.  
  17. CHECK DIALOG 75, 55, 200, 132
  18. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  19. CAPTION "Sample Checkbox Dialog"
  20. FONT 8, "Helv"
  21. BEGIN
  22.     CHECKBOX        "Checkbox Option &1", IDC_B1, 22, 34, 150, 12
  23.     CHECKBOX        "Checkbox Option &2", IDC_B2, 22, 46, 150, 12
  24.     CHECKBOX        "Checkbox Option &3", IDC_B3, 22, 58, 150, 12
  25.     DEFPUSHBUTTON   "&Continue", IDC_C, 8, 112, 40, 14
  26.     PUSHBUTTON      "&Back", IDC_B, 56, 112, 40, 14
  27.     PUSHBUTTON      "&Exit", IDC_X, 104, 112, 40, 14
  28.     PUSHBUTTON      "&Help", IDC_H, 152, 112, 40, 14
  29.     LTEXT           "This is a sample dialog template to be used with FCheckDlgProc.", 
  30.                     -1, 40, 6, 148, 24, SS_NOPREFIX
  31.     LTEXT           "Use the Windows Dialog Editor to modify this template for your application.", 
  32.                     -1, 12, 74, 176, 32, SS_NOPREFIX
  33.     ICON            IDC_SETUP, IDC_SETUP, 12, 6, 18, 20
  34. END
  35.  
  36. SINGLELIST DIALOG 75, 55, 200, 140
  37. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  38. CAPTION "Sample Single-Select Dialog"
  39. FONT 8, "Helv"
  40. BEGIN
  41.     LTEXT           "Select one:", -1, 40, 34, 120, 8
  42.     LISTBOX         IDC_LIST1, 40, 44, 120, 40, WS_VSCROLL | WS_TABSTOP
  43.     DEFPUSHBUTTON   "&Continue", IDC_C, 8, 120, 40, 14
  44.     PUSHBUTTON      "&Back", IDC_B, 56, 120, 40, 14
  45.     PUSHBUTTON      "&Exit", IDC_X, 104, 120, 40, 14
  46.     PUSHBUTTON      "&Help", IDC_H, 152, 120, 40, 14
  47.     LTEXT           "This is a sample dialog template to be used with FListDlgProc.", 
  48.                     -1, 40, 6, 148, 24, SS_NOPREFIX
  49.     LTEXT           "Use the Windows Dialog Editor to modify this template for your application.", 
  50.                     -1, 12, 90, 176, 24, SS_NOPREFIX
  51.     ICON            IDC_SETUP, IDC_SETUP, 12, 6, 18, 20
  52. END
  53.  
  54. MULTILIST DIALOG 75, 55, 200, 140
  55. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  56. CAPTION "Sample Multiple-Select Dialog"
  57. FONT 8, "Helv"
  58. BEGIN
  59.     LTEXT           "Select the items you want:", -1, 23, 34, 105, 8
  60.     LISTBOX         IDC_LIST1, 23, 44, 105, 40, LBS_MULTIPLESEL | WS_VSCROLL | 
  61.                     WS_TABSTOP
  62.     DEFPUSHBUTTON   "&Continue", IDC_C, 8, 120, 40, 14
  63.     PUSHBUTTON      "&Back", IDC_B, 56, 120, 40, 14
  64.     PUSHBUTTON      "&Exit", IDC_X, 104, 120, 40, 14
  65.     PUSHBUTTON      "&Help", IDC_H, 152, 120, 40, 14
  66.     PUSHBUTTON      "&All", IDC_S, 138, 45, 42, 13
  67.     PUSHBUTTON      "&None", IDC_L, 138, 70, 42, 13
  68.     LTEXT           "This is a sample dialog template to be used with FMultiDlgProc.", 
  69.                     -1, 42, 6, 146, 24, SS_NOPREFIX
  70.     LTEXT           "Use the Windows Dialog Editor to modify this template for your application.", 
  71.                     -1, 12, 90, 176, 24, SS_NOPREFIX
  72.     ICON            IDC_SETUP, IDC_SETUP, 12, 6, 18, 20
  73. END
  74.  
  75. EXTENDEDLIST DIALOG 75, 55, 200, 140
  76. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  77. CAPTION "Sample Extended-Select Dialog"
  78. FONT 8, "Helv"
  79. BEGIN
  80.     LTEXT           "Select the items you want:", -1, 40, 34, 120, 8
  81.     LISTBOX         IDC_LIST1, 40, 44, 120, 40, LBS_EXTENDEDSEL | WS_VSCROLL | 
  82.                     WS_TABSTOP
  83.     DEFPUSHBUTTON   "&Continue", IDC_C, 8, 120, 40, 14
  84.     PUSHBUTTON      "&Back", IDC_B, 56, 120, 40, 14
  85.     PUSHBUTTON      "&Exit", IDC_X, 104, 120, 40, 14
  86.     PUSHBUTTON      "&Help", IDC_H, 152, 120, 40, 14
  87.     LTEXT           "This is a sample dialog template to be used with FMultiDlgProc.", 
  88.                     -1, 39, 6, 149, 24, SS_NOPREFIX
  89.     LTEXT           "Use the Windows Dialog Editor to modify this template for your application.", 
  90.                     -1, 8, 90, 176, 24, SS_NOPREFIX
  91.     ICON            IDC_SETUP, IDC_SETUP, 8, 6, 18, 20
  92. END
  93.  
  94. WELCOME DIALOG 75, 55, 200, 117
  95. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  96. CAPTION "Will We Miss Them?"
  97. FONT 8, "Helv"
  98. BEGIN
  99.     DEFPUSHBUTTON   "&Continue", IDC_C, 20, 97, 40, 14
  100.     PUSHBUTTON      "&Exit", IDC_X, 80, 97, 40, 14
  101.     PUSHBUTTON      "&Help", IDC_H, 140, 97, 40, 14
  102.     ICON            IDC_SETUP, IDC_SETUP, 19, 14, 18, 20
  103.     LTEXT           "Welcome to Laser Resources, Inc.'s           Will We Miss Them?", 
  104.                     -1, 47, 15, 142, 21, SS_NOPREFIX
  105.     LTEXT           "This program will setup a program group for your application.", 
  106.                     103, 17, 53, 169, 21
  107. END
  108.  
  109. APPHELP DIALOG 41, 22, 192, 96
  110. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  111. CAPTION "Will We Miss Them?"
  112. FONT 8, "Helv"
  113. BEGIN
  114.     DEFPUSHBUTTON   "&Continue", IDC_X, 76, 76, 40, 14
  115.     ICON            IDC_SETUP, IDC_SETUP, 11, 4, 18, 20
  116.     LTEXT           "Select Continue to move through the setup process and create a program group and item for Will We Miss Them?  Select Exit to end the installation process.", 
  117.                     -1, 12, 35, 169, 33
  118.     LTEXT           "Text", 901, 97, 0, 20, 8
  119. END
  120.  
  121. ASKQUIT DIALOG 23, 25, 216, 96
  122. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  123. CAPTION "Will We Miss Them?"
  124. FONT 8, "Helv"
  125. BEGIN
  126.     DEFPUSHBUTTON   "&Continue", IDC_C, 45, 76, 40, 14
  127.     PUSHBUTTON      "&Exit", IDC_X, 131, 76, 40, 14
  128.     LTEXT           "The setup process is not complete.  If you exit now, the program group may not be created correctly.", 
  129.                     -1, 40, 10, 164, 24, SS_NOPREFIX
  130.     LTEXT           "You may run the setup program again at a later time to complete the installation.", 
  131.                     104, 13, 38, 192, 24
  132.     ICON            IDC_SETUP, 201, 13, 10, 18, 20
  133. END
  134.  
  135. OPTIONS DIALOG 75, 55, 200, 120
  136. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  137. CAPTION "Installation Options"
  138. FONT 8, "Helv"
  139. BEGIN
  140.     RADIOBUTTON     "Install Optional File &1.", IDC_B1, 22, 34, 150, 12, 
  141.                     WS_GROUP
  142.     RADIOBUTTON     "Install Optional File &2.", IDC_B2, 22, 47, 150, 12
  143.     DEFPUSHBUTTON   "&Continue", IDC_C, 20, 100, 40, 14, WS_GROUP
  144.     PUSHBUTTON      "&Exit", IDC_X, 80, 100, 40, 14
  145.     PUSHBUTTON      "&Help", IDC_H, 140, 100, 40, 14
  146.     LTEXT           "Select the installation option you prefer.", -1, 41, 12, 
  147.                     147, 17, SS_NOPREFIX
  148.     LTEXT           "Remember: This is only a demonstration. Either option is equally valid.", 
  149.                     -1, 12, 67, 176, 20, SS_NOPREFIX
  150.     ICON            IDC_SETUP, IDC_SETUP, 12, 5, 18, 20
  151. END
  152.  
  153. DESTPATH DIALOG 42, 25, 200, 110
  154. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  155. CAPTION "Will We Miss Them?"
  156. FONT 8, "Helv"
  157. BEGIN
  158.     DEFPUSHBUTTON   "&Continue", IDC_C, 8, 90, 40, 14
  159.     PUSHBUTTON      "&Back", IDC_B, 56, 90, 40, 14
  160.     PUSHBUTTON      "&Exit", IDC_X, 104, 90, 40, 14
  161.     PUSHBUTTON      "&Help", IDC_H, 152, 90, 40, 14
  162.     LTEXT           "", -1, 42, 6, 144, 24, SS_NOPREFIX
  163.     LTEXT           " A new program group will be added to the Program Manager.", 
  164.                     -1, 38, 38, 140, 31, SS_NOPREFIX
  165.     ICON            IDC_SETUP, IDC_SETUP, 12, 6, 18, 20
  166. END
  167.  
  168. EXITSUCCESS DIALOG 75, 55, 200, 96
  169. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  170. CAPTION "Will We Miss Them?"
  171. FONT 8, "Helv"
  172. BEGIN
  173.     DEFPUSHBUTTON   "O&K", IDC_C, 80, 76, 40, 14
  174.     LTEXT           "Setup Succeeded!", -1, 57, 13, 98, 11, SS_NOPREFIX
  175.     LTEXT           "Be sure to send in the registration information for your new software.", 
  176.                     201, 18, 35, 167, 26
  177.     ICON            IDC_SETUP, IDC_SETUP, 18, 6, 18, 20
  178. END
  179.  
  180. EXITQUIT DIALOG 75, 55, 200, 96
  181. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  182. CAPTION "Will We Miss Them?"
  183. FONT 8, "Helv"
  184. BEGIN
  185.     DEFPUSHBUTTON   "O&K", IDC_C, 80, 76, 40, 14
  186.     LTEXT           "You should run the setup program in its entirety at a later time to install it.", 
  187.                     -1, 15, 45, 172, 18, SS_NOPREFIX
  188.     LTEXT           "Will We Miss Them? has not been properly installed.", 
  189.                     -1, 49, 8, 139, 18, SS_NOPREFIX
  190.     ICON            IDC_SETUP, IDC_SETUP, 14, 8, 18, 20
  191. END
  192.  
  193. EXITFAILURE DIALOG 75, 55, 200, 96
  194. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  195. CAPTION "Sample Setup Error Message"
  196. FONT 8, "Helv"
  197. BEGIN
  198.     DEFPUSHBUTTON   "O&K", IDC_C, 80, 76, 40, 14
  199.     LTEXT           "You need to contact product support services.", -1, 18, 
  200.                     39, 176, 25, SS_NOPREFIX
  201.     LTEXT           "Setup Failed!", -1, 57, 15, 106, 13, SS_NOPREFIX
  202.     ICON            IDC_SETUP, IDC_SETUP, 18, 12, 18, 20
  203. END
  204.  
  205. CUSTINST DIALOG 54, 44, 243, 156
  206. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  207. CAPTION "APP.EXE Custom Installation"
  208. FONT 8, "Helv"
  209. BEGIN
  210.     CONTROL         "&APP.EXE Program Files", IDC_B1, "Button", 
  211.                     BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP, 8, 46, 104, 10
  212.     CONTROL         "Optional Files &1", IDC_B2, "Button", BS_AUTOCHECKBOX | 
  213.                     WS_TABSTOP, 8, 59, 104, 10
  214.     CONTROL         "Optional Files &2", IDC_B3, "Button", BS_AUTOCHECKBOX | 
  215.                     WS_TABSTOP, 8, 72, 104, 10
  216.     PUSHBUTTON      "App Options", IDC_SP1, 115, 45, 56, 12, NOT WS_VISIBLE
  217.     PUSHBUTTON      "File Options 1", IDC_SP2, 115, 58, 56, 12
  218.     PUSHBUTTON      "File Options 2", IDC_SP3, 115, 71, 56, 12
  219.     RTEXT           "", IDC_STATUS1, 184, 48, 44, 8
  220.     RTEXT           "", IDC_STATUS2, 184, 61, 44, 8
  221.     RTEXT           "", IDC_STATUS3, 184, 74, 44, 8
  222.     LTEXT           "", IDC_TEXT7, 9, 13, 157, 8
  223.     DEFPUSHBUTTON   "&Install", IDC_C, 8, 135, 69, 14, WS_GROUP
  224.     PUSHBUTTON      "&Exit", IDC_X, 86, 135, 69, 14
  225.     PUSHBUTTON      "&Help", IDC_H, 163, 135, 69, 14
  226.     GROUPBOX        "Installation Options:", -1, 2, 30, 238, 61, WS_GROUP
  227.     PUSHBUTTON      "Set &Location", IDC_P, 173, 11, 59, 12, WS_GROUP
  228.     GROUPBOX        "Install to:", -1, 2, 0, 238, 28
  229.     LTEXT           "Installation Drive:", -1, 9, 98, 59, 8
  230.     LTEXT           "Space Required:", -1, 8, 108, 57, 8
  231.     LTEXT           "Space Available:", -1, 8, 116, 57, 8
  232.     CTEXT           "", IDC_TEXT1, 68, 98, 19, 8
  233.     RTEXT           "", IDC_TEXT2, 68, 108, 44, 8
  234.     RTEXT           "", IDC_TEXT3, 68, 116, 44, 8
  235.     LTEXT           "Windows Drive:", IDC_TEXT8, 124, 98, 57, 8, NOT 
  236.                     WS_VISIBLE
  237.     LTEXT           "Space Required:", IDC_TEXT9, 124, 108, 57, 8, NOT 
  238.                     WS_VISIBLE
  239.     LTEXT           "Space Available:", IDC_TEXT10, 124, 116, 57, 8, NOT 
  240.                     WS_VISIBLE
  241.     CTEXT           "", IDC_TEXT4, 184, 98, 19, 8
  242.     RTEXT           "", IDC_TEXT5, 184, 108, 44, 8
  243.     RTEXT           "", IDC_TEXT6, 184, 116, 44, 8
  244. END
  245.  
  246. TOOBIG DIALOG 75, 55, 200, 88
  247. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  248. CAPTION "Insufficient Disk Space"
  249. FONT 8, "Helv"
  250. BEGIN
  251.     DEFPUSHBUTTON   "O&K", IDC_C, 80, 68, 40, 14
  252.     LTEXT           "You do not have enough disk space to install all of the files you have selected.", 
  253.                     -1, 14, 12, 172, 18, SS_NOPREFIX
  254.     LTEXT           "Please remove some files from your set of selections or change your installation destination.", 
  255.                     -1, 14, 37, 172, 18, SS_NOPREFIX
  256. END
  257.  
  258. BADPATH DIALOG 108, 111, 145, 61
  259. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  260. CAPTION "Setup Message"
  261. FONT 8, "Helv"
  262. BEGIN
  263.     DEFPUSHBUTTON   "O&K", IDC_C, 52, 42, 40, 14
  264.     CTEXT           "The path entered is not valid.", -1, 14, 16, 116, 18, 
  265.                     SS_NOPREFIX
  266. END
  267.  
  268. CDCONFIRMINFO DIALOG 39, 63, 272, 120
  269. STYLE WS_CHILD | WS_CLIPSIBLINGS | WS_DLGFRAME
  270. FONT 8, "Helv"
  271. BEGIN
  272.     LTEXT           "You have entered the information displayed below.  If it is correct, continue by selecting the OK button.  If you would like to change it, select the RETRY button and you will return to the previous screen.", 
  273.                     -1, 12, 8, 248, 28
  274.     CTEXT           "", IDC_TEXT1, 12, 46, 248, 18, SS_NOPREFIX
  275.     CTEXT           "", IDC_TEXT2, 12, 64, 248, 18, SS_NOPREFIX
  276.     DEFPUSHBUTTON   "O&K", IDC_C, 60, 96, 44, 16
  277.     PUSHBUTTON      "&Retry", IDC_B, 168, 96, 44, 16
  278. END
  279.  
  280. CDGETNAME DIALOG 47, 47, 256, 104
  281. STYLE WS_CHILD | WS_CLIPSIBLINGS | WS_DLGFRAME
  282. FONT 8, "Helv"
  283. BEGIN
  284.     LTEXT           "Type your full name in the box below.  The name you type will be used by the Setup program for installation of the product.", 
  285.                     -1, 12, 8, 232, 20
  286.     LTEXT           "You may use as many as 52 uppercase and lowercase characters or spaces.", 
  287.                     -1, 12, 32, 232, 20
  288.     LTEXT           "&Name:", -1, 12, 60, 36, 12
  289.     EDITTEXT        IDC_EDIT, 52, 60, 192, 12, ES_AUTOHSCROLL
  290.     DEFPUSHBUTTON   "&Continue", IDC_C, 56, 80, 44, 16
  291.     PUSHBUTTON      "&Exit", IDC_X, 156, 80, 44, 16
  292. END
  293.  
  294. CDGETNAMEORG DIALOG 47, 47, 256, 136
  295. STYLE WS_CHILD | WS_CLIPSIBLINGS | WS_DLGFRAME
  296. FONT 8, "Helv"
  297. BEGIN
  298.     LTEXT           "Type your full name in the box below.  You may also specify the name of your company if this product will be used for business purposes.  The name(s) you type will be used by the Setup program for installation of the product.", 
  299.                     -1, 12, 8, 232, 36
  300.     LTEXT           "You may use as many as 52 uppercase and lowercase characters or spaces for each string.", 
  301.                     -1, 12, 48, 232, 20
  302.     LTEXT           "&Name:", -1, 12, 76, 36, 12
  303.     EDITTEXT        IDC_EDIT, 52, 76, 192, 12, ES_AUTOHSCROLL
  304.     LTEXT           "C&ompany:", -1, 12, 92, 36, 12
  305.     EDITTEXT        IDC_EDIT2, 52, 92, 192, 12, ES_AUTOHSCROLL
  306.     DEFPUSHBUTTON   "&Continue", IDC_C, 56, 112, 44, 16
  307.     PUSHBUTTON      "&Exit", IDC_X, 156, 112, 44, 16
  308. END
  309.  
  310. CDGETORG DIALOG 47, 47, 256, 96
  311. STYLE WS_CHILD | WS_CLIPSIBLINGS | WS_DLGFRAME
  312. FONT 8, "Helv"
  313. BEGIN
  314.     LTEXT           "Type your company name in the box below.", -1, 12, 8, 
  315.                     232, 12
  316.     LTEXT           "You may use as many as 52 uppercase and lowercase characters or spaces.", 
  317.                     -1, 12, 24, 232, 20
  318.     LTEXT           "C&ompany:", -1, 12, 52, 36, 12
  319.     EDITTEXT        IDC_EDIT, 52, 52, 192, 12, ES_AUTOHSCROLL
  320.     DEFPUSHBUTTON   "&Continue", IDC_C, 56, 72, 44, 16
  321.     PUSHBUTTON      "&Exit", IDC_X, 156, 72, 44, 16
  322. END
  323.  
  324. CDALREADYUSED DIALOG 19, -16, 256, 168
  325. STYLE WS_CHILD | WS_CLIPSIBLINGS | WS_DLGFRAME
  326. FONT 8, "Helv"
  327. BEGIN
  328.     LTEXT           "The Setup program has detected that this disk set has already been used by:", 
  329.                     -1, 12, 8, 232, 20
  330.     CTEXT           " ", IDC_TEXT1, 12, 28, 232, 8, SS_NOPREFIX
  331.     CTEXT           " ", IDC_TEXT2, 5, 30, 232, 8, SS_NOPREFIX
  332.     LTEXT           "It is acceptable for the legal owner to reinstall this product in order to update an existing copy or to replace a corrupted or missing version of the program.", 
  333.                     -1, 9, 46, 232, 28
  334.     LTEXT           "You can continue to install this product, but you should be aware that this product is protected by copyright law and international treaties.", 
  335.                     -1, 11, 80, 232, 28
  336.     LTEXT           "Unauthorized reproduction or distribution of this program or any portion of it may result in severe civil and criminal penalties and will be prosecuted to the maximum extent under law.", 
  337.                     -1, 13, 112, 232, 28
  338.     DEFPUSHBUTTON   "&Continue", IDC_C, 56, 144, 44, 16
  339.     PUSHBUTTON      "&Exit", IDC_X, 156, 144, 44, 16
  340. END
  341.  
  342. CDBADFILE DIALOG 47, 43, 256, 156
  343. STYLE WS_CHILD | WS_CLIPSIBLINGS | WS_DLGFRAME
  344. FONT 8, "Helv"
  345. BEGIN
  346.     LTEXT           "The Setup program has detected that this disk set may already have been used to install this product.", 
  347.                     -1, 12, 8, 232, 20
  348.     LTEXT           "It is acceptable for the legal owner to reinstall this product in order to update an existing copy or to replace a corrupted or missing version.", 
  349.                     -1, 12, 32, 232, 28
  350.     LTEXT           "You can continue to install this product, but you should be aware that this product is protected by copyright law and international treaties.", 
  351.                     -1, 12, 64, 232, 28
  352.     LTEXT           "Unauthorized reproduction or distribution of this product or any portion or it may result in severe civil and criminal penalties and will be prosecuted to the maximum extent under law.", 
  353.                     -1, 12, 96, 232, 28
  354.     DEFPUSHBUTTON   "&Continue", IDC_C, 56, 132, 44, 16
  355.     PUSHBUTTON      "&Exit", IDC_B, 156, 132, 44, 16
  356. END
  357.  
  358. CDBADNAME DIALOG 108, 111, 145, 61
  359. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  360. CAPTION "Setup Message"
  361. FONT 8, "Helv"
  362. BEGIN
  363.     DEFPUSHBUTTON   "O&K", IDC_C, 52, 42, 40, 14
  364.     CTEXT           "A name is required.", -1, 14, 16, 116, 18, SS_NOPREFIX
  365. END
  366.  
  367. CDBADORG DIALOG 108, 111, 145, 61
  368. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  369. CAPTION "Setup Message"
  370. FONT 8, "Helv"
  371. BEGIN
  372.     DEFPUSHBUTTON   "O&K", IDC_C, 52, 42, 40, 14
  373.     CTEXT           "A company name is required.", -1, 14, 16, 116, 18, 
  374.                     SS_NOPREFIX
  375. END
  376.